Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: unusualActivityFailPercent #191

Merged

Conversation

ayushsingh01042003
Copy link
Contributor

@ayushsingh01042003 ayushsingh01042003 commented Aug 27, 2024

Description

@ayushsingh01042003
Copy link
Contributor Author

Have not really tested this. I think should work fine but let me know if otherwise

@@ -384,6 +384,7 @@ public class EDStatic {
public static final int DEFAULT_slowDownTroubleMillis = 1000;
public static final int DEFAULT_unusualActivity = 10000;
public static final int DEFAULT_updateMaxEvents = 10;
public static final int DEFAULT_unusualActivityFailPercent = -1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is a new parameter and existing installations will not have it set in their config, this should default to maintain the current behavior (25).

@ChrisJohnNOAA ChrisJohnNOAA merged commit e1bd7f0 into ERDDAP:main Aug 30, 2024
@ayushsingh01042003 ayushsingh01042003 deleted the Feature/UsusalActivityFailPercent branch August 30, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a way for admins to disable/and or adjust the limits for the "Unusual activity" mail
2 participants